Open API

GET api/order/getorders

Get complete list of order for a specific provider
Define these parameters in the Http Request Header:
Content-Type : application/json
Authorization : bearer AccessToken

Response Information
[
  {
    "OrderNumber": 1,
    "ProviderID": 1,
    "OrderID": 2,
    "OrderType": 3,
    "ShopperID": 4,
    "ShopperUserName": "sample string 5",
    "ShopperName": "sample string 6",
    "ShopperFirstName": "sample string 7",
    "ShopperLastName": "sample string 8",
    "ShopperTypeID": 9,
    "ShopperEmail": "sample string 10",
    "ShopperPhoneNumber": "sample string 11",
    "OrderPlacedDate": "2024-11-21T06:20:52.8099275+00:00",
    "IPAddress": "sample string 12",
    "CarrierName": "sample string 13",
    "OrderStatusId": 14,
    "CarrierId": 1,
    "ServiceTypeId": 1,
    "OriginalSubTotal": 15.1,
    "DiscountTotal": 16.1,
    "OrderSubTotal": 17.1,
    "ShippingCost": 18.1,
    "TaxCost": 19.1,
    "StoreCreditUsed": 20.1,
    "GiftCardAmountUsed": 21.1,
    "PaymentMethodId": 1,
    "PaymentStatusId": 22,
    "AuthorizationCode": "sample string 23",
    "TransactionReferenceNumber": "sample string 24",
    "OrderTotal": 25.1,
    "OrderComments": "sample string 26",
    "CreatedDate": "2024-11-21T06:20:52.8099275+00:00",
    "ModifiedDate": "2024-11-21T06:20:52.8099275+00:00",
    "PreferredGroupID": 1,
    "PreferredGroupName": "sample string 29",
    "CardType": "sample string 30",
    "orderPoNumber": "sample string 31",
    "OrderNote": "sample string 32",
    "IsTaxOnShipping": true,
    "InvoiceNumber": "sample string 34",
    "IsShippingSameasBilling": true
  },
  {
    "OrderNumber": 1,
    "ProviderID": 1,
    "OrderID": 2,
    "OrderType": 3,
    "ShopperID": 4,
    "ShopperUserName": "sample string 5",
    "ShopperName": "sample string 6",
    "ShopperFirstName": "sample string 7",
    "ShopperLastName": "sample string 8",
    "ShopperTypeID": 9,
    "ShopperEmail": "sample string 10",
    "ShopperPhoneNumber": "sample string 11",
    "OrderPlacedDate": "2024-11-21T06:20:52.8099275+00:00",
    "IPAddress": "sample string 12",
    "CarrierName": "sample string 13",
    "OrderStatusId": 14,
    "CarrierId": 1,
    "ServiceTypeId": 1,
    "OriginalSubTotal": 15.1,
    "DiscountTotal": 16.1,
    "OrderSubTotal": 17.1,
    "ShippingCost": 18.1,
    "TaxCost": 19.1,
    "StoreCreditUsed": 20.1,
    "GiftCardAmountUsed": 21.1,
    "PaymentMethodId": 1,
    "PaymentStatusId": 22,
    "AuthorizationCode": "sample string 23",
    "TransactionReferenceNumber": "sample string 24",
    "OrderTotal": 25.1,
    "OrderComments": "sample string 26",
    "CreatedDate": "2024-11-21T06:20:52.8099275+00:00",
    "ModifiedDate": "2024-11-21T06:20:52.8099275+00:00",
    "PreferredGroupID": 1,
    "PreferredGroupName": "sample string 29",
    "CardType": "sample string 30",
    "orderPoNumber": "sample string 31",
    "OrderNote": "sample string 32",
    "IsTaxOnShipping": true,
    "InvoiceNumber": "sample string 34",
    "IsShippingSameasBilling": true
  }
]